home *** CD-ROM | disk | FTP | other *** search
Wrap
<VSTemplate Version="2.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005"> <TemplateData> <Name>Page</Name> <Description>Create a Page to contain a portion of your project that can be reached by navigation, either within a browser-hosted application or within a navigation window.</Description> <Icon>Page.png</Icon> <ProjectType>VisualBasic</ProjectType> <DefaultName>Page.xaml</DefaultName> <SortOrder>30</SortOrder> </TemplateData> <TemplateContent> <ProjectItem ReplaceParameters="true" TargetFileName="$fileinputname$.xaml" SubType="Form">Page.xaml</ProjectItem> <ProjectItem ReplaceParameters="true" TargetFileName="$fileinputname$.xaml.vb" >Page.xaml.vb</ProjectItem> </TemplateContent> </VSTemplate>